home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
A Million Times Begging
/
A Million Times Begging - Disc 2.iso
/
pc
/
data
/
main.dir
/
00016.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-05-14
|
300 b
|
23 lines
on mouseDown
puppetSound("click")
updateStage()
end
on mouseUp
global kvol
case the clickOn - 93 of
1:
set kvol to 0
2:
set kvol to 1
3:
set kvol to 3
4:
set kvol to 5
5:
set kvol to 7
end case
set the soundLevel to kvol
cnfview()
end